home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TRENAMEFORM / TRENAMEFORM.txt
Text File  |  2005-03-06  |  1KB  |  83 lines

  1. object RenameForm: TRenameForm
  2.   Left = 245
  3.   Top = 150
  4.   BorderStyle = bsDialog
  5.   Caption = 'Rename'
  6.   ClientHeight = 82
  7.   ClientWidth = 267
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnKeyPress = FormKeyPress
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 28
  22.     Height = 13
  23.     Caption = 'From:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 48
  28.     Width = 16
  29.     Height = 13
  30.     Caption = '&To:'
  31.     FocusControl = Edit1
  32.   end
  33.   object Label3: TTntLabel
  34.     Left = 43
  35.     Top = 16
  36.     Width = 86
  37.     Height = 13
  38.     AutoSize = False
  39.     ShowAccelChar = False
  40.   end
  41.   object Label4: TTntLabel
  42.     Left = 139
  43.     Top = 16
  44.     Width = 42
  45.     Height = 13
  46.     AutoSize = False
  47.   end
  48.   object Label5: TTntLabel
  49.     Left = 139
  50.     Top = 52
  51.     Width = 43
  52.     Height = 13
  53.     AutoSize = False
  54.   end
  55.   object Edit1: TEdit
  56.     Left = 40
  57.     Top = 45
  58.     Width = 89
  59.     Height = 21
  60.     TabOrder = 0
  61.     Text = 'Edit1'
  62.   end
  63.   object Button1: TButton
  64.     Left = 184
  65.     Top = 8
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'OK'
  69.     Default = True
  70.     TabOrder = 1
  71.     OnClick = Button1Click
  72.   end
  73.   object Button2: TButton
  74.     Left = 184
  75.     Top = 40
  76.     Width = 75
  77.     Height = 25
  78.     Caption = '&Cancel'
  79.     TabOrder = 2
  80.     OnClick = Button2Click
  81.   end
  82. end
  83.